home *** CD-ROM | disk | FTP | other *** search
- object FPrintIt: TFPrintIt
- Left = 236
- Top = 112
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Print Barcode'
- ClientHeight = 375
- ClientWidth = 374
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = True
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 14
- object BitBtn1: TBitBtn
- Left = 295
- Top = 303
- Width = 75
- Height = 25
- Caption = 'Printer Setup'
- TabOrder = 2
- OnClick = BitBtn1Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 177
- Height = 361
- Caption = 'Print &Range'
- TabOrder = 6
- object pSkip: TPanel
- Left = 2
- Top = 134
- Width = 173
- Height = 225
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 5
- object PaintBox1: TPaintBox
- Left = 5
- Top = 16
- Width = 167
- Height = 185
- Color = clWhite
- ParentColor = False
- OnMouseDown = PaintBox1MouseDown
- OnPaint = PaintBox1Paint
- end
- object LSkipLbl: TLabel
- Left = 23
- Top = 203
- Width = 95
- Height = 14
- AutoSize = False
- Caption = 'Skip 0 Labels'
- end
- object sbLeft: TSpeedButton
- Left = 119
- Top = 203
- Width = 17
- Height = 17
- Glyph.Data = {
- BE000000424DBE00000000000000760000002800000009000000090000000100
- 0400000000004800000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFF7FFF000
- 0000FFFF70FFF0000000FFF700FFF0000000FF7000FFF0000000FF0000FFF000
- 0000FFF000FFF0000000FFFF00FFF0000000FFFFF0FFF0000000FFFFFFFFF000
- 0000}
- OnClick = sbLeftClick
- end
- object sbRight: TSpeedButton
- Left = 137
- Top = 203
- Width = 17
- Height = 17
- Glyph.Data = {
- BE000000424DBE00000000000000760000002800000009000000090000000100
- 0400000000004800000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF7FFFFF000
- 0000FFF07FFFF0000000FFF007FFF0000000FFF0007FF0000000FFF0000FF000
- 0000FFF000FFF0000000FFF00FFFF0000000FFF0FFFFF0000000FFFFFFFFF000
- 0000}
- OnClick = sbRightClick
- end
- object LSelectLbl: TLabel
- Left = 45
- Top = -1
- Width = 85
- Height = 14
- Alignment = taCenter
- Caption = 'Select Start Label'
- end
- end
- object rbPageRange: TRadioButton
- Left = 8
- Top = 51
- Width = 57
- Height = 17
- Caption = 'Pages'
- TabOrder = 0
- OnClick = rbSingleClick
- end
- object rbLabelRange: TRadioButton
- Left = 8
- Top = 80
- Width = 65
- Height = 17
- Caption = 'Labels'
- TabOrder = 1
- OnClick = rbSingleClick
- end
- object ePages: TEdit
- Left = 62
- Top = 48
- Width = 33
- Height = 22
- MaxLength = 4
- TabOrder = 2
- Text = '1'
- OnExit = ePagesExit
- OnKeyPress = NumericOnlyKeyPress
- end
- object eLabels: TEdit
- Left = 62
- Top = 77
- Width = 33
- Height = 22
- MaxLength = 9
- TabOrder = 3
- Text = '1'
- OnClick = rbSingleClick
- OnExit = ePagesExit
- OnKeyPress = NumericOnlyKeyPress
- end
- object rbSingle: TRadioButton
- Left = 8
- Top = 24
- Width = 81
- Height = 17
- Caption = 'Single'
- Checked = True
- TabOrder = 4
- TabStop = True
- OnClick = rbSingleClick
- end
- end
- object BitBtn2: TBitBtn
- Left = 216
- Top = 343
- Width = 75
- Height = 25
- Caption = '&Ok'
- ModalResult = 1
- TabOrder = 0
- OnClick = BitBtn2Click
- end
- object BitBtn4: TBitBtn
- Left = 296
- Top = 343
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object GroupBox4: TGroupBox
- Left = 192
- Top = 247
- Width = 177
- Height = 50
- Caption = 'Align Barcode'
- TabOrder = 5
- object cbAlignH: TCheckBox
- Left = 9
- Top = 23
- Width = 80
- Height = 17
- Caption = 'Horizontally'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object cbAlignV: TCheckBox
- Left = 97
- Top = 24
- Width = 64
- Height = 17
- Caption = 'Vertically'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- end
- object GroupBox5: TGroupBox
- Left = 191
- Top = 9
- Width = 176
- Height = 108
- Caption = 'Barcode Width'
- TabOrder = 3
- object LBarWidth: TLabel
- Left = 125
- Top = 82
- Width = 42
- Height = 14
- Alignment = taCenter
- Caption = '10.0 mils'
- end
- object rbAutoSize: TRadioButton
- Left = 8
- Top = 24
- Width = 121
- Height = 17
- Caption = 'Auto Size (10.0 mils)'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbScreenRatio: TRadioButton
- Left = 8
- Top = 51
- Width = 113
- Height = 17
- Caption = 'Screen Ratio'
- TabOrder = 1
- end
- object rbCustom: TRadioButton
- Left = 8
- Top = 80
- Width = 57
- Height = 17
- Caption = 'Custom'
- TabOrder = 2
- end
- object eScale: TEdit
- Left = 68
- Top = 78
- Width = 40
- Height = 22
- TabOrder = 3
- Text = '8'
- OnKeyPress = NumericOnlyKeyPress
- end
- object SpinButton1: TSpinButton
- Left = 108
- Top = 79
- Width = 15
- Height = 19
- DownGlyph.Data = {
- BA000000424DBA00000000000000420000002800000009000000060000000100
- 1000030000007800000000000000000000000000000000000000007C0000E003
- 00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0000E03DE03DE03D
- E03D0000E03DE03DE03DE03D0000E03DE03DE03D000000000000E03DE03DE03D
- 6B00E03DE03D00000000000000000000E03DE03DFA03E03D0000000000000000
- 000000000000E03D0000E03DE03DE03DE03DE03DE03DE03DE03DE03D0200}
- TabOrder = 4
- UpGlyph.Data = {
- BA000000424DBA00000000000000420000002800000009000000060000000100
- 1000030000007800000000000000000000000000000000000000007C0000E003
- 00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0300E03D00000000
- 00000000000000000000E03D2D02E03DE03D00000000000000000000E03DE03D
- 0200E03DE03DE03D000000000000E03DE03DE03DCE81E03DE03DE03DE03D0000
- E03DE03DE03DE03D0600E03DE03DE03DE03DE03DE03DE03DE03DE03DCF81}
- OnDownClick = SpinButton1DownClick
- OnUpClick = SpinButton1UpClick
- end
- end
- object GroupBox6: TGroupBox
- Left = 191
- Top = 124
- Width = 178
- Height = 117
- Caption = 'Barcode Text'
- TabOrder = 4
- object sbSeqSettings: TSpeedButton
- Left = 88
- Top = 54
- Width = 49
- Height = 22
- Hint = 'Sequence Settings'
- Caption = 'Settings'
- Enabled = False
- ParentShowHint = False
- ShowHint = True
- OnClick = sbSeqSettingsClick
- end
- object Label1: TLabel
- Left = 25
- Top = 87
- Width = 33
- Height = 14
- Caption = 'Copies'
- end
- object rbText: TRadioButton
- Left = 8
- Top = 24
- Width = 49
- Height = 17
- Caption = 'Text'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbSingleClick
- end
- object eText: TEdit
- Left = 56
- Top = 21
- Width = 112
- Height = 22
- TabOrder = 1
- OnChange = eTextChange
- end
- object rbSeq: TRadioButton
- Left = 8
- Top = 56
- Width = 73
- Height = 17
- Caption = 'Sequence'
- TabOrder = 2
- OnClick = rbSingleClick
- end
- object eCopies: TEdit
- Left = 66
- Top = 84
- Width = 33
- Height = 22
- Color = clBtnFace
- Enabled = False
- MaxLength = 4
- TabOrder = 3
- Text = '1'
- OnExit = ePagesExit
- OnKeyPress = NumericOnlyKeyPress
- end
- end
- object sbLabelSettings: TBitBtn
- Left = 18
- Top = 113
- Width = 105
- Height = 25
- Caption = 'Label Sheet Setup'
- Enabled = False
- TabOrder = 7
- OnClick = sbLabelSettingsClick
- end
- object PrinterSetupDialog1: TPrinterSetupDialog
- Left = 144
- Top = 20
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'txt'
- Filter =
- 'Text Files (*.txt; *.prn; *.csv; *.dat)|*.txt; *.prn; *.csv; *.d' +
- 'at'
- Left = 112
- Top = 23
- end
- end
-